home *** CD-ROM | disk | FTP | other *** search
Wrap
-- card: 3600 from stack: in -- bmap block id: 4600 -- flags: 0000 -- background id: 2798 -- name: -- part 1 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=19 top=22 right=207 bottom=218 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=224 top=22 right=62 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 6 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=276 top=66 right=105 bottom=503 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 7 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=18 top=212 right=256 bottom=219 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 8 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=18 top=260 right=276 bottom=219 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 9 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=342 top=240 right=272 bottom=467 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 10 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=18 top=277 right=293 bottom=219 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 12 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=67 top=298 right=316 bottom=172 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: More Help ----- HyperTalk script ----- on mouseUp go next end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=67 top=319 right=337 bottom=172 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp go prev end mouseUp -- part contents for card part 1 ----- text ----- This stack allows you to alter the scripts of protected stacks. Although "HyperZap" will remove the password protection, some stacks are further protected by the disabling of the Command key. You may read any of the scripts of any stack (protected or not). You read the script into a buffer, where you can edit it and thereafter write it back into the (not-so-well) protected stack. You can use the buffer to shift scripts around within a stack or between different stacks. -- part contents for card part 2 ----- text ----- 1st: Choose a Stack WAIT A WHILE This reads the number of backgrounds, cards, buttons & fields -- part contents for card part 6 ----- text ----- 2nd: Pick number of Card, Background, Button or Field - whichever (if any) is necessary -- part contents for card part 7 ----- text ----- 3rd: Choose whether to read or write to Stack Script, Background Script, Card Button or whatever. -- part contents for card part 8 ----- text ----- 4th: Read in the Script WAIT A WHILE -- part contents for card part 9 ----- text ----- 5th: Edit the Script as necessary -- part contents for card part 10 ----- text ----- 6th: Write it back WAIT A WHILE -- part contents for card part 11 ----- text ----- More Help